projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
833eadc
)
Convert to DOS format.
author
Andrew Innes
<andrewi@gnu.org>
Fri, 13 Nov 1998 14:08:07 +0000
(14:08 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Fri, 13 Nov 1998 14:08:07 +0000
(14:08 +0000)
nt/install.bat
patch
|
blob
|
history
diff --git
a/nt/install.bat
b/nt/install.bat
index d506efe9d2f96b8e7817291ce823d363b557d863..314f4123be0d3dc8fbf7be1ce95724016a8d9aec 100755
(executable)
--- a/
nt/install.bat
+++ b/
nt/install.bat
@@
-1,7
+1,7
@@
-@echo off
-if (%1) == (speed) set BUILD_TYPE=spd
-if (%1) == (speed) shift
-if not (%1) == () set INSTALL_DIR=%1
-nmake -f makefile.nt install
-set INSTALL_DIR=
-set BUILD_TYPE=
+@echo off
\r
+if (%1) == (speed) set BUILD_TYPE=spd
\r
+if (%1) == (speed) shift
\r
+if not (%1) == () set INSTALL_DIR=%1
\r
+nmake -f makefile.nt install
\r
+set INSTALL_DIR=
\r
+set BUILD_TYPE=
\r